home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
DefineButton2_56
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-03-01
|
127b
|
8 lines
on(release){
if(0 < _root.helibigMC.window)
{
_root.helibigMC.window -= 1;
_root.score += 500;
}
}